home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / BC502.txt < prev    next >
Text File  |  1997-05-25  |  1KB  |  33 lines

  1. Borland C++ 5.02 Release Notes
  2.  
  3. Compiler Enhancements
  4. ---------------------
  5. New 32-bit compiler (BCC32.EXE) provided with this release
  6. A Make following a failed Build All rebuilds from the point of failure
  7. New compiler option under Options|Project|C++ Options|
  8. General called Zero-Length Empty Class Member Function (like -Vx)
  9.  
  10. Editor Enhancements
  11. -------------------
  12. Read-only files identified by an "R" after the file name
  13. Search|Replace includes a Change All option
  14. IDE remembers the cursor position of the last 100 edit buffers that
  15. you closed
  16. IDE automatically loads the Tips script to display tool tips
  17. Cursor changes in left gutter to indicate that a click will drop
  18. a debugger breakpoint
  19.  
  20. Debugging Enhancements
  21. ----------------------
  22. New options in Options|Environment|Debugger|Debugger Behavior:
  23. Do not save files or prompt when debugging and Do not prompt
  24. when attempting to run 16 bit applications
  25. New option in Options|Project|Compiler|Debugging:
  26. Debugger status glyphs: Lightning bolt (if running) and Pause Process
  27. (if stepping or at breakpoint)
  28. Debug menu: View Locals command creates Local Inspector (to watch local
  29. variables) when the IDE Debugger has a process loaded
  30. The Watch window shows values in hex, decimal, or both formats
  31. CPU View stack pane indicates the current position
  32. While debugging, editor tooltips display the value of the symbol
  33. under the pointer